From: Joey Hess Date: Fri, 7 Mar 2025 20:02:43 +0000 (-0400) Subject: layout X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~107 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=dcd7c207a836ec3117ea9b251736d76fa6a9a9cd;p=git-annex.git layout --- diff --git a/doc/special_remotes/compute.mdwn b/doc/special_remotes/compute.mdwn index c85b1a9625..a6828b9791 100644 --- a/doc/special_remotes/compute.mdwn +++ b/doc/special_remotes/compute.mdwn @@ -34,12 +34,12 @@ To write programs used by the compute special remote, see the Have you written a generally useful (and secure) compute program? List it here with an example! -* [[compute/git-annex-compute-imageconvert]] -- +* [[compute/git-annex-compute-imageconvert]] Uses imagemagick to convert between image formats `git-annex addcomputed --to=imageconvert foo.jpeg foo.gif` -* [[compute/git-annex-compute-wasmedge]] +* [[compute/git-annex-compute-wasmedge]] Uses [wasmedge](https://WasmEdge.org/) to run WASM programs that are checked into the git-annex repository, to compute other files in the repository.